Dir Package Configuration Provider
Provides package configurations from a directory.
Configuration
Example
{
"Dir": {
"options": {
"path": null,
"mustExist": false
}
}
}
Options
path
The path of the package configuration directory.
mustExist
A flag to denote whether the path is required to exist.